Predict Probabilities¶
Uses a model to predict Y given X and returns the estimatedprobabilities for each class in Y
Documentation
Uses a model to predict Y given X and returns the estimatedprobabilities for each class in Y
Configuration:
names method
Method used to generate output names
- Input ports:
 - in-modelmodel
 Input model
- Xtable
 X
- Output ports:
 - Ytable
 Y
Definition
Input ports
- in-model
 model
Input model
- X
 table
X
Output ports
- Y
 table
Y
- 
class 
node_application.PredictProbabilities[source]